home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SHOT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  128 b   |  7 lines

  1. #ifndef _SHOT_
  2. #define _SHOT_
  3.  
  4. void Do_Shot(PCHAR graphic_filename, PCHAR sound_filename, long time, BOOL back);
  5.  
  6. #endif
  7.